home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / misc-part1 / 9030 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.8 KB

  1. Path: fc.hp.com!tomk
  2. From: tomk@fc.hp.com (Tom Kennedy)
  3. Newsgroups: comp.sys.amiga.hardware,comp.sys.amiga.misc
  4. Subject: Re: serial problems
  5. Followup-To: comp.sys.amiga.hardware,comp.sys.amiga.misc
  6. Date: 20 Mar 1996 23:24:30 GMT
  7. Organization: Hewlett-Packard Fort Collins Site
  8. Message-ID: <4iq43e$3mf@fcnews.fc.hp.com>
  9. References: <4i8pb2$i58@news2.delphi.com> <4i9sln$3ler@rohcs1.uhc.com>
  10. NNTP-Posting-Host: magnum.fc.hp.com
  11. X-Newsreader: TIN [version 1.2 PL1.4]
  12.  
  13. Michael M. Rye (1726@topcity.mn.org) wrote:
  14. : snewland@bix.com (snewland) wrote:
  15. : >I have an A2000 w/OS3.1, a 28800
  16. : >modem and an 040.  I seem to be having some problems with my serial port.
  17. : >Every once in a while I'll get a Serial I/O error No 6 (hardware overrun).
  18. : >Does anyone know what causes this and how it might be fixed.
  19.  
  20. : >Thanks in advance.
  21.  
  22. : >Spencer
  23. : -- 
  24. : You're probably either doing too much multitasking at the time, or your
  25. : terminal program task priority is too low.  The Amiga only has a 1 byte
  26. : buffer for incoming serial port communications.  If your priority is too
  27. : low on the terminal program, the CPU won't be able to service it fast
  28. : enough to keep up with the incoming data.  Same for the multitasking
  29. : issues - CPU can't keep up with the serial port interrupts.
  30.  
  31. : Fixing it requires you to either increase the priority of your terminal
  32. : program, reduce the number of program you're running concurrently (reduce
  33. : multitasking load), or buy a high speed serial port card for the Amiga
  34. : (don't buy a PeeCee (ICK!) card obviosly).
  35.  
  36. Also, make sure your VBR isn't set to 0!  (Run a program like
  37. sysinfo that will tell you what the VBR is set to.  If it is set to 0,
  38. then you should run one of the many VBR changing tools to move it into
  39. Fast RAM.)  Of course, this won't work with a 68000, but since you
  40. have an 040, you're ok :)
  41.  
  42. Tom Kennedy
  43.